projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d77b9f
)
Skip GdkX11DeviceManagerCore in finalize tets
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 3 Jan 2016 06:23:35 +0000
(
01:23
-0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 3 Jan 2016 06:23:35 +0000
(
01:23
-0500)
We already skip the XI2 implementation, and the core
one needs to the same treatment.
testsuite/gtk/objects-finalize.c
patch
|
blob
|
history
diff --git
a/testsuite/gtk/objects-finalize.c
b/testsuite/gtk/objects-finalize.c
index 35685059f15a3444f9c789d4bf91f0062def5778..e0ebee005d8afa3a2669e15ea23f7a82b9a42cb6 100644
(file)
--- a/
testsuite/gtk/objects-finalize.c
+++ b/
testsuite/gtk/objects-finalize.c
@@
-112,6
+112,7
@@
main (int argc, char **argv)
all_types[i] != GDK_TYPE_X11_CURSOR &&
all_types[i] != GDK_TYPE_X11_SCREEN &&
all_types[i] != GDK_TYPE_X11_DISPLAY &&
+ all_types[i] != GDK_TYPE_X11_DEVICE_MANAGER_CORE &&
all_types[i] != GDK_TYPE_X11_DEVICE_MANAGER_XI2 &&
all_types[i] != GDK_TYPE_X11_DISPLAY_MANAGER &&
all_types[i] != GDK_TYPE_X11_GL_CONTEXT &&